Skip to content

run CI for #8301 - #8302

Closed
n1ru4l wants to merge 1 commit into
mainfrom
feat/smtp-ignore-tls
Closed

run CI for #8301#8302
n1ru4l wants to merge 1 commit into
mainfrom
feat/smtp-ignore-tls

Conversation

@n1ru4l

@n1ru4l n1ru4l commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

run CI for #8301

Allow sending emails through SMTP servers that advertise STARTTLS but
cannot complete a TLS handshake.

The existing EMAIL_PROVIDER_SMTP_REJECT_UNAUTHORIZED only relaxes
certificate validation, which does not help when TLS itself is not
usable. The new variable maps to the nodemailer `ignoreTLS` option.

It is opt-in and defaults to `0`, so existing deployments keep their
current behaviour. nodemailer only honours the option when `secure` is
false, so the `smtps` protocol is unaffected.

Closes #1561
@theguild-bot

Copy link
Copy Markdown
Collaborator

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
hive 11.9.1-alpha-20260803110445-00b20bcd53657bd45e8fdce4ce2cebe085b2b5d9 npm ↗︎ unpkg ↗︎

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/amd64

Image Tags: 11.9.1-alpha-00b20bc, 00b20bc, 00b20bcd53657bd45e8fdce4ce2cebe085b2b5d9

@n1ru4l n1ru4l closed this Aug 3, 2026
@n1ru4l
n1ru4l deleted the feat/smtp-ignore-tls branch August 3, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants